Struct simba::simd::AutoSimd [−][src]
#[repr(align(16))]pub struct AutoSimd<N>(pub N);
An Simd structure that implements all the relevant traits from num an simba.
This is needed to overcome the orphan rules.
Implementations
impl AutoSimd<[f32; 8]>[src]
impl AutoSimd<[f32; 8]>[src]impl AutoSimd<[f32; 16]>[src]
impl AutoSimd<[f32; 16]>[src]impl AutoSimd<[f64; 8]>[src]
impl AutoSimd<[f64; 8]>[src]impl AutoSimd<[i16; 8]>[src]
impl AutoSimd<[i16; 8]>[src]impl AutoSimd<[i16; 16]>[src]
impl AutoSimd<[i16; 16]>[src]impl AutoSimd<[i16; 32]>[src]
impl AutoSimd<[i16; 32]>[src]pub fn new(
_0: i16,
_1: i16,
_2: i16,
_3: i16,
_4: i16,
_5: i16,
_6: i16,
_7: i16,
_8: i16,
_9: i16,
_10: i16,
_11: i16,
_12: i16,
_13: i16,
_14: i16,
_15: i16,
_16: i16,
_17: i16,
_18: i16,
_19: i16,
_20: i16,
_21: i16,
_22: i16,
_23: i16,
_24: i16,
_25: i16,
_26: i16,
_27: i16,
_28: i16,
_29: i16,
_30: i16,
_31: i16
) -> Self[src]
_0: i16,
_1: i16,
_2: i16,
_3: i16,
_4: i16,
_5: i16,
_6: i16,
_7: i16,
_8: i16,
_9: i16,
_10: i16,
_11: i16,
_12: i16,
_13: i16,
_14: i16,
_15: i16,
_16: i16,
_17: i16,
_18: i16,
_19: i16,
_20: i16,
_21: i16,
_22: i16,
_23: i16,
_24: i16,
_25: i16,
_26: i16,
_27: i16,
_28: i16,
_29: i16,
_30: i16,
_31: i16
) -> Self
impl AutoSimd<[i32; 8]>[src]
impl AutoSimd<[i32; 8]>[src]impl AutoSimd<[i32; 16]>[src]
impl AutoSimd<[i32; 16]>[src]impl AutoSimd<[i64; 8]>[src]
impl AutoSimd<[i64; 8]>[src]impl AutoSimd<[i8; 8]>[src]
impl AutoSimd<[i8; 8]>[src]impl AutoSimd<[i8; 16]>[src]
impl AutoSimd<[i8; 16]>[src]impl AutoSimd<[i8; 32]>[src]
impl AutoSimd<[i8; 32]>[src]pub fn new(
_0: i8,
_1: i8,
_2: i8,
_3: i8,
_4: i8,
_5: i8,
_6: i8,
_7: i8,
_8: i8,
_9: i8,
_10: i8,
_11: i8,
_12: i8,
_13: i8,
_14: i8,
_15: i8,
_16: i8,
_17: i8,
_18: i8,
_19: i8,
_20: i8,
_21: i8,
_22: i8,
_23: i8,
_24: i8,
_25: i8,
_26: i8,
_27: i8,
_28: i8,
_29: i8,
_30: i8,
_31: i8
) -> Self[src]
_0: i8,
_1: i8,
_2: i8,
_3: i8,
_4: i8,
_5: i8,
_6: i8,
_7: i8,
_8: i8,
_9: i8,
_10: i8,
_11: i8,
_12: i8,
_13: i8,
_14: i8,
_15: i8,
_16: i8,
_17: i8,
_18: i8,
_19: i8,
_20: i8,
_21: i8,
_22: i8,
_23: i8,
_24: i8,
_25: i8,
_26: i8,
_27: i8,
_28: i8,
_29: i8,
_30: i8,
_31: i8
) -> Self
impl AutoSimd<[isize; 8]>[src]
impl AutoSimd<[isize; 8]>[src]impl AutoSimd<[u16; 8]>[src]
impl AutoSimd<[u16; 8]>[src]impl AutoSimd<[u16; 16]>[src]
impl AutoSimd<[u16; 16]>[src]impl AutoSimd<[u16; 32]>[src]
impl AutoSimd<[u16; 32]>[src]pub fn new(
_0: u16,
_1: u16,
_2: u16,
_3: u16,
_4: u16,
_5: u16,
_6: u16,
_7: u16,
_8: u16,
_9: u16,
_10: u16,
_11: u16,
_12: u16,
_13: u16,
_14: u16,
_15: u16,
_16: u16,
_17: u16,
_18: u16,
_19: u16,
_20: u16,
_21: u16,
_22: u16,
_23: u16,
_24: u16,
_25: u16,
_26: u16,
_27: u16,
_28: u16,
_29: u16,
_30: u16,
_31: u16
) -> Self[src]
_0: u16,
_1: u16,
_2: u16,
_3: u16,
_4: u16,
_5: u16,
_6: u16,
_7: u16,
_8: u16,
_9: u16,
_10: u16,
_11: u16,
_12: u16,
_13: u16,
_14: u16,
_15: u16,
_16: u16,
_17: u16,
_18: u16,
_19: u16,
_20: u16,
_21: u16,
_22: u16,
_23: u16,
_24: u16,
_25: u16,
_26: u16,
_27: u16,
_28: u16,
_29: u16,
_30: u16,
_31: u16
) -> Self
impl AutoSimd<[u32; 8]>[src]
impl AutoSimd<[u32; 8]>[src]impl AutoSimd<[u32; 16]>[src]
impl AutoSimd<[u32; 16]>[src]impl AutoSimd<[u64; 8]>[src]
impl AutoSimd<[u64; 8]>[src]impl AutoSimd<[u8; 8]>[src]
impl AutoSimd<[u8; 8]>[src]impl AutoSimd<[u8; 16]>[src]
impl AutoSimd<[u8; 16]>[src]impl AutoSimd<[u8; 32]>[src]
impl AutoSimd<[u8; 32]>[src]pub fn new(
_0: u8,
_1: u8,
_2: u8,
_3: u8,
_4: u8,
_5: u8,
_6: u8,
_7: u8,
_8: u8,
_9: u8,
_10: u8,
_11: u8,
_12: u8,
_13: u8,
_14: u8,
_15: u8,
_16: u8,
_17: u8,
_18: u8,
_19: u8,
_20: u8,
_21: u8,
_22: u8,
_23: u8,
_24: u8,
_25: u8,
_26: u8,
_27: u8,
_28: u8,
_29: u8,
_30: u8,
_31: u8
) -> Self[src]
_0: u8,
_1: u8,
_2: u8,
_3: u8,
_4: u8,
_5: u8,
_6: u8,
_7: u8,
_8: u8,
_9: u8,
_10: u8,
_11: u8,
_12: u8,
_13: u8,
_14: u8,
_15: u8,
_16: u8,
_17: u8,
_18: u8,
_19: u8,
_20: u8,
_21: u8,
_22: u8,
_23: u8,
_24: u8,
_25: u8,
_26: u8,
_27: u8,
_28: u8,
_29: u8,
_30: u8,
_31: u8
) -> Self
impl AutoSimd<[usize; 8]>[src]
impl AutoSimd<[usize; 8]>[src]impl AutoSimd<[bool; 8]>[src]
impl AutoSimd<[bool; 8]>[src]impl AutoSimd<[bool; 16]>[src]
impl AutoSimd<[bool; 16]>[src]impl AutoSimd<[bool; 32]>[src]
impl AutoSimd<[bool; 32]>[src]pub fn new(
_0: bool,
_1: bool,
_2: bool,
_3: bool,
_4: bool,
_5: bool,
_6: bool,
_7: bool,
_8: bool,
_9: bool,
_10: bool,
_11: bool,
_12: bool,
_13: bool,
_14: bool,
_15: bool,
_16: bool,
_17: bool,
_18: bool,
_19: bool,
_20: bool,
_21: bool,
_22: bool,
_23: bool,
_24: bool,
_25: bool,
_26: bool,
_27: bool,
_28: bool,
_29: bool,
_30: bool,
_31: bool
) -> Self[src]
_0: bool,
_1: bool,
_2: bool,
_3: bool,
_4: bool,
_5: bool,
_6: bool,
_7: bool,
_8: bool,
_9: bool,
_10: bool,
_11: bool,
_12: bool,
_13: bool,
_14: bool,
_15: bool,
_16: bool,
_17: bool,
_18: bool,
_19: bool,
_20: bool,
_21: bool,
_22: bool,
_23: bool,
_24: bool,
_25: bool,
_26: bool,
_27: bool,
_28: bool,
_29: bool,
_30: bool,
_31: bool
) -> Self
Trait Implementations
impl AddAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]
impl AddAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]
impl AddAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]
impl AddAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]
impl AddAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]
impl AddAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]
impl AddAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]
impl AddAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]
impl AddAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]
impl AddAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]
impl AddAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]
impl AddAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]
impl AddAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]
impl AddAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]
impl AddAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]
impl AddAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]
impl AddAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]
impl AddAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]
impl AddAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]
impl AddAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]
impl AddAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]
impl AddAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]
impl AddAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]
impl AddAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]
impl AddAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]
impl AddAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]
impl AddAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]
impl AddAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]
impl AddAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]
impl AddAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]
impl AddAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]
impl AddAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]
impl AddAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]
impl AddAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]
impl AddAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]
impl AddAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]
impl AddAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]
impl AddAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]
impl AddAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]
impl AddAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]
impl AddAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]
impl AddAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]
impl AddAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]
impl AddAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]
impl AddAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]
impl AddAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]
impl AddAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]
impl AddAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]
impl AddAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]
impl AddAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]
impl AddAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]
impl AddAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]
impl AddAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl AddAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]
impl AddAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]fn add_assign(&mut self, rhs: Self)[src]
fn add_assign(&mut self, rhs: Self)[src]Performs the += operation. Read more
impl DivAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]
impl DivAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]
impl DivAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]
impl DivAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]
impl DivAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]
impl DivAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]
impl DivAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]
impl DivAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]
impl DivAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]
impl DivAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]
impl DivAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]
impl DivAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]
impl DivAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]
impl DivAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]
impl DivAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]
impl DivAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]
impl DivAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]
impl DivAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]
impl DivAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]
impl DivAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]
impl DivAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]
impl DivAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]
impl DivAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]
impl DivAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]
impl DivAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]
impl DivAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]
impl DivAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]
impl DivAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]
impl DivAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]
impl DivAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]
impl DivAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]
impl DivAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]
impl DivAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]
impl DivAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]
impl DivAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]
impl DivAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]
impl DivAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]
impl DivAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]
impl DivAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]
impl DivAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]
impl DivAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]
impl DivAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]
impl DivAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]
impl DivAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]
impl DivAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]
impl DivAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]
impl DivAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]
impl DivAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]
impl DivAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]
impl DivAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]
impl DivAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]
impl DivAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]
impl DivAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl DivAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]
impl DivAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]fn div_assign(&mut self, rhs: Self)[src]
fn div_assign(&mut self, rhs: Self)[src]Performs the /= operation. Read more
impl FromPrimitive for AutoSimd<[f32; 2]>[src]
impl FromPrimitive for AutoSimd<[f32; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[f32; 4]>[src]
impl FromPrimitive for AutoSimd<[f32; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i16; 2]>[src]
impl FromPrimitive for AutoSimd<[i16; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i16; 4]>[src]
impl FromPrimitive for AutoSimd<[i16; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i16; 8]>[src]
impl FromPrimitive for AutoSimd<[i16; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i16; 16]>[src]
impl FromPrimitive for AutoSimd<[i16; 16]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i16; 32]>[src]
impl FromPrimitive for AutoSimd<[i16; 32]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i32; 2]>[src]
impl FromPrimitive for AutoSimd<[i32; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i32; 4]>[src]
impl FromPrimitive for AutoSimd<[i32; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i32; 8]>[src]
impl FromPrimitive for AutoSimd<[i32; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i32; 16]>[src]
impl FromPrimitive for AutoSimd<[i32; 16]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i64; 2]>[src]
impl FromPrimitive for AutoSimd<[i64; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[f32; 8]>[src]
impl FromPrimitive for AutoSimd<[f32; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i64; 4]>[src]
impl FromPrimitive for AutoSimd<[i64; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i64; 8]>[src]
impl FromPrimitive for AutoSimd<[i64; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i8; 2]>[src]
impl FromPrimitive for AutoSimd<[i8; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i8; 4]>[src]
impl FromPrimitive for AutoSimd<[i8; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i8; 8]>[src]
impl FromPrimitive for AutoSimd<[i8; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i8; 16]>[src]
impl FromPrimitive for AutoSimd<[i8; 16]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i8; 32]>[src]
impl FromPrimitive for AutoSimd<[i8; 32]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[isize; 2]>[src]
impl FromPrimitive for AutoSimd<[isize; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[isize; 4]>[src]
impl FromPrimitive for AutoSimd<[isize; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[isize; 8]>[src]
impl FromPrimitive for AutoSimd<[isize; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[f32; 16]>[src]
impl FromPrimitive for AutoSimd<[f32; 16]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u128; 1]>[src]
impl FromPrimitive for AutoSimd<[u128; 1]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u128; 2]>[src]
impl FromPrimitive for AutoSimd<[u128; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u128; 4]>[src]
impl FromPrimitive for AutoSimd<[u128; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u16; 2]>[src]
impl FromPrimitive for AutoSimd<[u16; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u16; 4]>[src]
impl FromPrimitive for AutoSimd<[u16; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u16; 8]>[src]
impl FromPrimitive for AutoSimd<[u16; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u16; 16]>[src]
impl FromPrimitive for AutoSimd<[u16; 16]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u16; 32]>[src]
impl FromPrimitive for AutoSimd<[u16; 32]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u32; 2]>[src]
impl FromPrimitive for AutoSimd<[u32; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u32; 4]>[src]
impl FromPrimitive for AutoSimd<[u32; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[f64; 2]>[src]
impl FromPrimitive for AutoSimd<[f64; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u32; 8]>[src]
impl FromPrimitive for AutoSimd<[u32; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u32; 16]>[src]
impl FromPrimitive for AutoSimd<[u32; 16]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u64; 2]>[src]
impl FromPrimitive for AutoSimd<[u64; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u64; 4]>[src]
impl FromPrimitive for AutoSimd<[u64; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u64; 8]>[src]
impl FromPrimitive for AutoSimd<[u64; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u8; 2]>[src]
impl FromPrimitive for AutoSimd<[u8; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u8; 4]>[src]
impl FromPrimitive for AutoSimd<[u8; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u8; 8]>[src]
impl FromPrimitive for AutoSimd<[u8; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u8; 16]>[src]
impl FromPrimitive for AutoSimd<[u8; 16]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[u8; 32]>[src]
impl FromPrimitive for AutoSimd<[u8; 32]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[f64; 4]>[src]
impl FromPrimitive for AutoSimd<[f64; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[usize; 2]>[src]
impl FromPrimitive for AutoSimd<[usize; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[usize; 4]>[src]
impl FromPrimitive for AutoSimd<[usize; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[usize; 8]>[src]
impl FromPrimitive for AutoSimd<[usize; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[f64; 8]>[src]
impl FromPrimitive for AutoSimd<[f64; 8]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i128; 1]>[src]
impl FromPrimitive for AutoSimd<[i128; 1]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i128; 2]>[src]
impl FromPrimitive for AutoSimd<[i128; 2]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl FromPrimitive for AutoSimd<[i128; 4]>[src]
impl FromPrimitive for AutoSimd<[i128; 4]>[src]fn from_i64(n: i64) -> Option<Self>[src]
fn from_i64(n: i64) -> Option<Self>[src]Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u64(n: u64) -> Option<Self>[src]
fn from_u64(n: u64) -> Option<Self>[src]Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_isize(n: isize) -> Option<Self>[src]
fn from_isize(n: isize) -> Option<Self>[src]Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i8(n: i8) -> Option<Self>[src]
fn from_i8(n: i8) -> Option<Self>[src]Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i16(n: i16) -> Option<Self>[src]
fn from_i16(n: i16) -> Option<Self>[src]Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_i32(n: i32) -> Option<Self>[src]
fn from_i32(n: i32) -> Option<Self>[src]Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_usize(n: usize) -> Option<Self>[src]
fn from_usize(n: usize) -> Option<Self>[src]Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u8(n: u8) -> Option<Self>[src]
fn from_u8(n: u8) -> Option<Self>[src]Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u16(n: u16) -> Option<Self>[src]
fn from_u16(n: u16) -> Option<Self>[src]Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_u32(n: u32) -> Option<Self>[src]
fn from_u32(n: u32) -> Option<Self>[src]Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f32(n: f32) -> Option<Self>[src]
fn from_f32(n: f32) -> Option<Self>[src]Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
fn from_f64(n: f64) -> Option<Self>[src]
fn from_f64(n: f64) -> Option<Self>[src]Converts a f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
impl MulAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]
impl MulAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]
impl MulAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]
impl MulAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]
impl MulAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]
impl MulAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]
impl MulAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]
impl MulAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]
impl MulAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]
impl MulAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]
impl MulAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]
impl MulAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]
impl MulAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]
impl MulAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]
impl MulAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]
impl MulAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]
impl MulAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]
impl MulAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]
impl MulAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]
impl MulAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]
impl MulAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]
impl MulAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]
impl MulAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]
impl MulAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]
impl MulAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]
impl MulAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]
impl MulAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]
impl MulAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]
impl MulAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]
impl MulAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]
impl MulAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]
impl MulAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]
impl MulAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]
impl MulAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]
impl MulAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]
impl MulAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]
impl MulAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]
impl MulAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]
impl MulAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]
impl MulAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]
impl MulAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]
impl MulAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]
impl MulAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]
impl MulAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]
impl MulAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]
impl MulAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]
impl MulAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]
impl MulAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]
impl MulAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]
impl MulAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]
impl MulAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]
impl MulAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]
impl MulAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl MulAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]
impl MulAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]fn mul_assign(&mut self, rhs: Self)[src]
fn mul_assign(&mut self, rhs: Self)[src]Performs the *= operation. Read more
impl Num for AutoSimd<[f32; 2]>[src]
impl Num for AutoSimd<[f32; 2]>[src]type FromStrRadixErr = <f32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[f32; 4]>[src]
impl Num for AutoSimd<[f32; 4]>[src]type FromStrRadixErr = <f32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i16; 2]>[src]
impl Num for AutoSimd<[i16; 2]>[src]type FromStrRadixErr = <i16 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i16; 4]>[src]
impl Num for AutoSimd<[i16; 4]>[src]type FromStrRadixErr = <i16 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i16; 8]>[src]
impl Num for AutoSimd<[i16; 8]>[src]type FromStrRadixErr = <i16 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i16; 16]>[src]
impl Num for AutoSimd<[i16; 16]>[src]type FromStrRadixErr = <i16 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i16; 32]>[src]
impl Num for AutoSimd<[i16; 32]>[src]type FromStrRadixErr = <i16 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i32; 2]>[src]
impl Num for AutoSimd<[i32; 2]>[src]type FromStrRadixErr = <i32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i32; 4]>[src]
impl Num for AutoSimd<[i32; 4]>[src]type FromStrRadixErr = <i32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i32; 8]>[src]
impl Num for AutoSimd<[i32; 8]>[src]type FromStrRadixErr = <i32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i32; 16]>[src]
impl Num for AutoSimd<[i32; 16]>[src]type FromStrRadixErr = <i32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i64; 2]>[src]
impl Num for AutoSimd<[i64; 2]>[src]type FromStrRadixErr = <i64 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[f32; 8]>[src]
impl Num for AutoSimd<[f32; 8]>[src]type FromStrRadixErr = <f32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i64; 4]>[src]
impl Num for AutoSimd<[i64; 4]>[src]type FromStrRadixErr = <i64 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i64; 8]>[src]
impl Num for AutoSimd<[i64; 8]>[src]type FromStrRadixErr = <i64 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i8; 2]>[src]
impl Num for AutoSimd<[i8; 2]>[src]type FromStrRadixErr = <i8 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i8; 4]>[src]
impl Num for AutoSimd<[i8; 4]>[src]type FromStrRadixErr = <i8 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i8; 8]>[src]
impl Num for AutoSimd<[i8; 8]>[src]type FromStrRadixErr = <i8 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i8; 16]>[src]
impl Num for AutoSimd<[i8; 16]>[src]type FromStrRadixErr = <i8 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i8; 32]>[src]
impl Num for AutoSimd<[i8; 32]>[src]type FromStrRadixErr = <i8 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[isize; 2]>[src]
impl Num for AutoSimd<[isize; 2]>[src]type FromStrRadixErr = <isize as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[isize; 4]>[src]
impl Num for AutoSimd<[isize; 4]>[src]type FromStrRadixErr = <isize as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[isize; 8]>[src]
impl Num for AutoSimd<[isize; 8]>[src]type FromStrRadixErr = <isize as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[f32; 16]>[src]
impl Num for AutoSimd<[f32; 16]>[src]type FromStrRadixErr = <f32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u128; 1]>[src]
impl Num for AutoSimd<[u128; 1]>[src]type FromStrRadixErr = <u128 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u128; 2]>[src]
impl Num for AutoSimd<[u128; 2]>[src]type FromStrRadixErr = <u128 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u128; 4]>[src]
impl Num for AutoSimd<[u128; 4]>[src]type FromStrRadixErr = <u128 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u16; 2]>[src]
impl Num for AutoSimd<[u16; 2]>[src]type FromStrRadixErr = <u16 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u16; 4]>[src]
impl Num for AutoSimd<[u16; 4]>[src]type FromStrRadixErr = <u16 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u16; 8]>[src]
impl Num for AutoSimd<[u16; 8]>[src]type FromStrRadixErr = <u16 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u16; 16]>[src]
impl Num for AutoSimd<[u16; 16]>[src]type FromStrRadixErr = <u16 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u16; 32]>[src]
impl Num for AutoSimd<[u16; 32]>[src]type FromStrRadixErr = <u16 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u32; 2]>[src]
impl Num for AutoSimd<[u32; 2]>[src]type FromStrRadixErr = <u32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u32; 4]>[src]
impl Num for AutoSimd<[u32; 4]>[src]type FromStrRadixErr = <u32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[f64; 2]>[src]
impl Num for AutoSimd<[f64; 2]>[src]type FromStrRadixErr = <f64 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u32; 8]>[src]
impl Num for AutoSimd<[u32; 8]>[src]type FromStrRadixErr = <u32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u32; 16]>[src]
impl Num for AutoSimd<[u32; 16]>[src]type FromStrRadixErr = <u32 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u64; 2]>[src]
impl Num for AutoSimd<[u64; 2]>[src]type FromStrRadixErr = <u64 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u64; 4]>[src]
impl Num for AutoSimd<[u64; 4]>[src]type FromStrRadixErr = <u64 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u64; 8]>[src]
impl Num for AutoSimd<[u64; 8]>[src]type FromStrRadixErr = <u64 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u8; 2]>[src]
impl Num for AutoSimd<[u8; 2]>[src]type FromStrRadixErr = <u8 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u8; 4]>[src]
impl Num for AutoSimd<[u8; 4]>[src]type FromStrRadixErr = <u8 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u8; 8]>[src]
impl Num for AutoSimd<[u8; 8]>[src]type FromStrRadixErr = <u8 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u8; 16]>[src]
impl Num for AutoSimd<[u8; 16]>[src]type FromStrRadixErr = <u8 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[u8; 32]>[src]
impl Num for AutoSimd<[u8; 32]>[src]type FromStrRadixErr = <u8 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[f64; 4]>[src]
impl Num for AutoSimd<[f64; 4]>[src]type FromStrRadixErr = <f64 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[usize; 2]>[src]
impl Num for AutoSimd<[usize; 2]>[src]type FromStrRadixErr = <usize as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[usize; 4]>[src]
impl Num for AutoSimd<[usize; 4]>[src]type FromStrRadixErr = <usize as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[usize; 8]>[src]
impl Num for AutoSimd<[usize; 8]>[src]type FromStrRadixErr = <usize as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[f64; 8]>[src]
impl Num for AutoSimd<[f64; 8]>[src]type FromStrRadixErr = <f64 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i128; 1]>[src]
impl Num for AutoSimd<[i128; 1]>[src]type FromStrRadixErr = <i128 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i128; 2]>[src]
impl Num for AutoSimd<[i128; 2]>[src]type FromStrRadixErr = <i128 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl Num for AutoSimd<[i128; 4]>[src]
impl Num for AutoSimd<[i128; 4]>[src]type FromStrRadixErr = <i128 as Num>::FromStrRadixErr
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>[src]Convert from a string and radix (typically 2..=36). Read more
impl RemAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]
impl RemAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]
impl RemAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]
impl RemAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]
impl RemAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]
impl RemAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]
impl RemAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]
impl RemAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]
impl RemAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]
impl RemAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]
impl RemAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]
impl RemAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]
impl RemAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]
impl RemAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]
impl RemAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]
impl RemAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]
impl RemAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]
impl RemAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]
impl RemAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]
impl RemAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]
impl RemAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]
impl RemAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]
impl RemAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]
impl RemAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]
impl RemAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]
impl RemAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]
impl RemAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]
impl RemAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]
impl RemAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]
impl RemAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]
impl RemAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]
impl RemAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]
impl RemAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]
impl RemAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]
impl RemAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]
impl RemAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]
impl RemAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]
impl RemAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]
impl RemAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]
impl RemAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]
impl RemAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]
impl RemAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]
impl RemAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]
impl RemAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]
impl RemAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]
impl RemAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]
impl RemAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]
impl RemAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]
impl RemAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]
impl RemAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]
impl RemAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]
impl RemAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]
impl RemAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl RemAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]
impl RemAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]fn rem_assign(&mut self, rhs: Self)[src]
fn rem_assign(&mut self, rhs: Self)[src]Performs the %= operation. Read more
impl SimdBool for AutoSimd<[bool; 1]>[src]
impl SimdBool for AutoSimd<[bool; 1]>[src]fn bitmask(self) -> u64[src]
fn bitmask(self) -> u64[src]A bit mask representing the boolean state of each lanes of self. Read more
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_value() depending on the lanes of self. Read more
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read more
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read more
impl SimdBool for AutoSimd<[bool; 2]>[src]
impl SimdBool for AutoSimd<[bool; 2]>[src]fn bitmask(self) -> u64[src]
fn bitmask(self) -> u64[src]A bit mask representing the boolean state of each lanes of self. Read more
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_value() depending on the lanes of self. Read more
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read more
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read more
impl SimdBool for AutoSimd<[bool; 4]>[src]
impl SimdBool for AutoSimd<[bool; 4]>[src]fn bitmask(self) -> u64[src]
fn bitmask(self) -> u64[src]A bit mask representing the boolean state of each lanes of self. Read more
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_value() depending on the lanes of self. Read more
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read more
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read more
impl SimdBool for AutoSimd<[bool; 8]>[src]
impl SimdBool for AutoSimd<[bool; 8]>[src]fn bitmask(self) -> u64[src]
fn bitmask(self) -> u64[src]A bit mask representing the boolean state of each lanes of self. Read more
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_value() depending on the lanes of self. Read more
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read more
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read more
impl SimdBool for AutoSimd<[bool; 16]>[src]
impl SimdBool for AutoSimd<[bool; 16]>[src]fn bitmask(self) -> u64[src]
fn bitmask(self) -> u64[src]A bit mask representing the boolean state of each lanes of self. Read more
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_value() depending on the lanes of self. Read more
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read more
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read more
impl SimdBool for AutoSimd<[bool; 32]>[src]
impl SimdBool for AutoSimd<[bool; 32]>[src]fn bitmask(self) -> u64[src]
fn bitmask(self) -> u64[src]A bit mask representing the boolean state of each lanes of self. Read more
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_value() depending on the lanes of self. Read more
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else2<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read more
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]
fn if_else3<Res: SimdValue<SimdBool = Self>>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res
) -> Res[src]Merges the value of if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read more
impl SimdPartialOrd for AutoSimd<[f32; 2]>[src]
impl SimdPartialOrd for AutoSimd<[f32; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[f32; 4]>[src]
impl SimdPartialOrd for AutoSimd<[f32; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i16; 2]>[src]
impl SimdPartialOrd for AutoSimd<[i16; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i16; 4]>[src]
impl SimdPartialOrd for AutoSimd<[i16; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i16; 8]>[src]
impl SimdPartialOrd for AutoSimd<[i16; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i16; 16]>[src]
impl SimdPartialOrd for AutoSimd<[i16; 16]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i16; 32]>[src]
impl SimdPartialOrd for AutoSimd<[i16; 32]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i32; 2]>[src]
impl SimdPartialOrd for AutoSimd<[i32; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i32; 4]>[src]
impl SimdPartialOrd for AutoSimd<[i32; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i32; 8]>[src]
impl SimdPartialOrd for AutoSimd<[i32; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i32; 16]>[src]
impl SimdPartialOrd for AutoSimd<[i32; 16]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i64; 2]>[src]
impl SimdPartialOrd for AutoSimd<[i64; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[f32; 8]>[src]
impl SimdPartialOrd for AutoSimd<[f32; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i64; 4]>[src]
impl SimdPartialOrd for AutoSimd<[i64; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i64; 8]>[src]
impl SimdPartialOrd for AutoSimd<[i64; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i8; 2]>[src]
impl SimdPartialOrd for AutoSimd<[i8; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i8; 4]>[src]
impl SimdPartialOrd for AutoSimd<[i8; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i8; 8]>[src]
impl SimdPartialOrd for AutoSimd<[i8; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i8; 16]>[src]
impl SimdPartialOrd for AutoSimd<[i8; 16]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i8; 32]>[src]
impl SimdPartialOrd for AutoSimd<[i8; 32]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[isize; 2]>[src]
impl SimdPartialOrd for AutoSimd<[isize; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[isize; 4]>[src]
impl SimdPartialOrd for AutoSimd<[isize; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[isize; 8]>[src]
impl SimdPartialOrd for AutoSimd<[isize; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[f32; 16]>[src]
impl SimdPartialOrd for AutoSimd<[f32; 16]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u128; 1]>[src]
impl SimdPartialOrd for AutoSimd<[u128; 1]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u128; 2]>[src]
impl SimdPartialOrd for AutoSimd<[u128; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u128; 4]>[src]
impl SimdPartialOrd for AutoSimd<[u128; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u16; 2]>[src]
impl SimdPartialOrd for AutoSimd<[u16; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u16; 4]>[src]
impl SimdPartialOrd for AutoSimd<[u16; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u16; 8]>[src]
impl SimdPartialOrd for AutoSimd<[u16; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u16; 16]>[src]
impl SimdPartialOrd for AutoSimd<[u16; 16]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u16; 32]>[src]
impl SimdPartialOrd for AutoSimd<[u16; 32]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u32; 2]>[src]
impl SimdPartialOrd for AutoSimd<[u32; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u32; 4]>[src]
impl SimdPartialOrd for AutoSimd<[u32; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[f64; 2]>[src]
impl SimdPartialOrd for AutoSimd<[f64; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u32; 8]>[src]
impl SimdPartialOrd for AutoSimd<[u32; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u32; 16]>[src]
impl SimdPartialOrd for AutoSimd<[u32; 16]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u64; 2]>[src]
impl SimdPartialOrd for AutoSimd<[u64; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u64; 4]>[src]
impl SimdPartialOrd for AutoSimd<[u64; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u64; 8]>[src]
impl SimdPartialOrd for AutoSimd<[u64; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u8; 2]>[src]
impl SimdPartialOrd for AutoSimd<[u8; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u8; 4]>[src]
impl SimdPartialOrd for AutoSimd<[u8; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u8; 8]>[src]
impl SimdPartialOrd for AutoSimd<[u8; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u8; 16]>[src]
impl SimdPartialOrd for AutoSimd<[u8; 16]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[u8; 32]>[src]
impl SimdPartialOrd for AutoSimd<[u8; 32]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[f64; 4]>[src]
impl SimdPartialOrd for AutoSimd<[f64; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[usize; 2]>[src]
impl SimdPartialOrd for AutoSimd<[usize; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[usize; 4]>[src]
impl SimdPartialOrd for AutoSimd<[usize; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[usize; 8]>[src]
impl SimdPartialOrd for AutoSimd<[usize; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[f64; 8]>[src]
impl SimdPartialOrd for AutoSimd<[f64; 8]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i128; 1]>[src]
impl SimdPartialOrd for AutoSimd<[i128; 1]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i128; 2]>[src]
impl SimdPartialOrd for AutoSimd<[i128; 2]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdPartialOrd for AutoSimd<[i128; 4]>[src]
impl SimdPartialOrd for AutoSimd<[i128; 4]>[src]fn simd_clamp(self, min: Self, max: Self) -> Self[src]
fn simd_clamp(self, min: Self, max: Self) -> Self[src]Clamps each lane of self between the corresponding lane of min and max.
fn simd_horizontal_min(self) -> Self::Element[src]
fn simd_horizontal_min(self) -> Self::Element[src]The min value among all lanes of self.
fn simd_horizontal_max(self) -> Self::Element[src]
fn simd_horizontal_max(self) -> Self::Element[src]The max value among all lanes of self.
impl SimdSigned for AutoSimd<[f32; 2]>[src]
impl SimdSigned for AutoSimd<[f32; 2]>[src]fn simd_abs_sub(&self, other: &Self) -> Self[src]
fn simd_abs_sub(&self, other: &Self) -> Self[src]The absolute difference of each lane of self. Read more
fn simd_signum(&self) -> Self[src]
fn simd_signum(&self) -> Self[src]The signum of each lane of Self.
fn is_simd_positive(&self) -> Self::SimdBool[src]
fn is_simd_positive(&self) -> Self::SimdBool[src]Tests which lane is positive.
fn is_simd_negative(&self) -> Self::SimdBool[src]
fn is_simd_negative(&self) -> Self::SimdBool[src]Tests which lane is negative.
impl SimdSigned for AutoSimd<[f32; 4]>[src]
impl SimdSigned for AutoSimd<[f32; 4]>[src]fn simd_abs_sub(&self, other: &Self) -> Self[src]
fn simd_abs_sub(&self, other: &Self) -> Self[src]The absolute difference of each lane of self. Read more
fn simd_signum(&self) -> Self[src]
fn simd_signum(&self) -> Self[src]The signum of each lane of Self.
fn is_simd_positive(&self) -> Self::SimdBool[src]
fn is_simd_positive(&self) -> Self::SimdBool[src]Tests which lane is positive.
fn is_simd_negative(&self) -> Self::SimdBool[src]
fn is_simd_negative(&self) -> Self::SimdBool[src]Tests which lane is negative.
impl SimdSigned for AutoSimd<[f32; 8]>[src]
impl SimdSigned for AutoSimd<[f32; 8]>[src]fn simd_abs_sub(&self, other: &Self) -> Self[src]
fn simd_abs_sub(&self, other: &Self) -> Self[src]The absolute difference of each lane of self. Read more
fn simd_signum(&self) -> Self[src]
fn simd_signum(&self) -> Self[src]The signum of each lane of Self.
fn is_simd_positive(&self) -> Self::SimdBool[src]
fn is_simd_positive(&self) -> Self::SimdBool[src]Tests which lane is positive.
fn is_simd_negative(&self) -> Self::SimdBool[src]
fn is_simd_negative(&self) -> Self::SimdBool[src]Tests which lane is negative.
impl SimdSigned for AutoSimd<[f32; 16]>[src]
impl SimdSigned for AutoSimd<[f32; 16]>[src]fn simd_abs_sub(&self, other: &Self) -> Self[src]
fn simd_abs_sub(&self, other: &Self) -> Self[src]The absolute difference of each lane of self. Read more
fn simd_signum(&self) -> Self[src]
fn simd_signum(&self) -> Self[src]The signum of each lane of Self.
fn is_simd_positive(&self) -> Self::SimdBool[src]
fn is_simd_positive(&self) -> Self::SimdBool[src]Tests which lane is positive.
fn is_simd_negative(&self) -> Self::SimdBool[src]
fn is_simd_negative(&self) -> Self::SimdBool[src]Tests which lane is negative.
impl SimdSigned for AutoSimd<[f64; 2]>[src]
impl SimdSigned for AutoSimd<[f64; 2]>[src]fn simd_abs_sub(&self, other: &Self) -> Self[src]
fn simd_abs_sub(&self, other: &Self) -> Self[src]The absolute difference of each lane of self. Read more
fn simd_signum(&self) -> Self[src]
fn simd_signum(&self) -> Self[src]The signum of each lane of Self.
fn is_simd_positive(&self) -> Self::SimdBool[src]
fn is_simd_positive(&self) -> Self::SimdBool[src]Tests which lane is positive.
fn is_simd_negative(&self) -> Self::SimdBool[src]
fn is_simd_negative(&self) -> Self::SimdBool[src]Tests which lane is negative.
impl SimdSigned for AutoSimd<[f64; 4]>[src]
impl SimdSigned for AutoSimd<[f64; 4]>[src]fn simd_abs_sub(&self, other: &Self) -> Self[src]
fn simd_abs_sub(&self, other: &Self) -> Self[src]The absolute difference of each lane of self. Read more
fn simd_signum(&self) -> Self[src]
fn simd_signum(&self) -> Self[src]The signum of each lane of Self.
fn is_simd_positive(&self) -> Self::SimdBool[src]
fn is_simd_positive(&self) -> Self::SimdBool[src]Tests which lane is positive.
fn is_simd_negative(&self) -> Self::SimdBool[src]
fn is_simd_negative(&self) -> Self::SimdBool[src]Tests which lane is negative.
impl SimdSigned for AutoSimd<[f64; 8]>[src]
impl SimdSigned for AutoSimd<[f64; 8]>[src]fn simd_abs_sub(&self, other: &Self) -> Self[src]
fn simd_abs_sub(&self, other: &Self) -> Self[src]The absolute difference of each lane of self. Read more
fn simd_signum(&self) -> Self[src]
fn simd_signum(&self) -> Self[src]The signum of each lane of Self.
fn is_simd_positive(&self) -> Self::SimdBool[src]
fn is_simd_positive(&self) -> Self::SimdBool[src]Tests which lane is positive.
fn is_simd_negative(&self) -> Self::SimdBool[src]
fn is_simd_negative(&self) -> Self::SimdBool[src]Tests which lane is negative.
impl SimdValue for AutoSimd<[f32; 2]>[src]
impl SimdValue for AutoSimd<[f32; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[f32; 4]>[src]
impl SimdValue for AutoSimd<[f32; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i16; 2]>[src]
impl SimdValue for AutoSimd<[i16; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i16; 4]>[src]
impl SimdValue for AutoSimd<[i16; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i16; 8]>[src]
impl SimdValue for AutoSimd<[i16; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i16; 16]>[src]
impl SimdValue for AutoSimd<[i16; 16]>[src]type SimdBool = AutoBoolx16
type SimdBool = AutoBoolx16Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i16; 32]>[src]
impl SimdValue for AutoSimd<[i16; 32]>[src]type SimdBool = AutoBoolx32
type SimdBool = AutoBoolx32Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i32; 2]>[src]
impl SimdValue for AutoSimd<[i32; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i32; 4]>[src]
impl SimdValue for AutoSimd<[i32; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i32; 8]>[src]
impl SimdValue for AutoSimd<[i32; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i32; 16]>[src]
impl SimdValue for AutoSimd<[i32; 16]>[src]type SimdBool = AutoBoolx16
type SimdBool = AutoBoolx16Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i64; 2]>[src]
impl SimdValue for AutoSimd<[i64; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[f32; 8]>[src]
impl SimdValue for AutoSimd<[f32; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i64; 4]>[src]
impl SimdValue for AutoSimd<[i64; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i64; 8]>[src]
impl SimdValue for AutoSimd<[i64; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i8; 2]>[src]
impl SimdValue for AutoSimd<[i8; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i8; 4]>[src]
impl SimdValue for AutoSimd<[i8; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i8; 8]>[src]
impl SimdValue for AutoSimd<[i8; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i8; 16]>[src]
impl SimdValue for AutoSimd<[i8; 16]>[src]type SimdBool = AutoBoolx16
type SimdBool = AutoBoolx16Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i8; 32]>[src]
impl SimdValue for AutoSimd<[i8; 32]>[src]type SimdBool = AutoBoolx32
type SimdBool = AutoBoolx32Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[isize; 2]>[src]
impl SimdValue for AutoSimd<[isize; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[isize; 4]>[src]
impl SimdValue for AutoSimd<[isize; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[isize; 8]>[src]
impl SimdValue for AutoSimd<[isize; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[f32; 16]>[src]
impl SimdValue for AutoSimd<[f32; 16]>[src]type SimdBool = AutoBoolx16
type SimdBool = AutoBoolx16Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u128; 1]>[src]
impl SimdValue for AutoSimd<[u128; 1]>[src]type SimdBool = AutoBoolx1
type SimdBool = AutoBoolx1Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u128; 2]>[src]
impl SimdValue for AutoSimd<[u128; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u128; 4]>[src]
impl SimdValue for AutoSimd<[u128; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u16; 2]>[src]
impl SimdValue for AutoSimd<[u16; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u16; 4]>[src]
impl SimdValue for AutoSimd<[u16; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u16; 8]>[src]
impl SimdValue for AutoSimd<[u16; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u16; 16]>[src]
impl SimdValue for AutoSimd<[u16; 16]>[src]type SimdBool = AutoBoolx16
type SimdBool = AutoBoolx16Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u16; 32]>[src]
impl SimdValue for AutoSimd<[u16; 32]>[src]type SimdBool = AutoBoolx32
type SimdBool = AutoBoolx32Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u32; 2]>[src]
impl SimdValue for AutoSimd<[u32; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u32; 4]>[src]
impl SimdValue for AutoSimd<[u32; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[f64; 2]>[src]
impl SimdValue for AutoSimd<[f64; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u32; 8]>[src]
impl SimdValue for AutoSimd<[u32; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u32; 16]>[src]
impl SimdValue for AutoSimd<[u32; 16]>[src]type SimdBool = AutoBoolx16
type SimdBool = AutoBoolx16Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u64; 2]>[src]
impl SimdValue for AutoSimd<[u64; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u64; 4]>[src]
impl SimdValue for AutoSimd<[u64; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u64; 8]>[src]
impl SimdValue for AutoSimd<[u64; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u8; 2]>[src]
impl SimdValue for AutoSimd<[u8; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u8; 4]>[src]
impl SimdValue for AutoSimd<[u8; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u8; 8]>[src]
impl SimdValue for AutoSimd<[u8; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u8; 16]>[src]
impl SimdValue for AutoSimd<[u8; 16]>[src]type SimdBool = AutoBoolx16
type SimdBool = AutoBoolx16Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[u8; 32]>[src]
impl SimdValue for AutoSimd<[u8; 32]>[src]type SimdBool = AutoBoolx32
type SimdBool = AutoBoolx32Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[f64; 4]>[src]
impl SimdValue for AutoSimd<[f64; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[usize; 2]>[src]
impl SimdValue for AutoSimd<[usize; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[usize; 4]>[src]
impl SimdValue for AutoSimd<[usize; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[usize; 8]>[src]
impl SimdValue for AutoSimd<[usize; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[bool; 1]>[src]
impl SimdValue for AutoSimd<[bool; 1]>[src]unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[bool; 2]>[src]
impl SimdValue for AutoSimd<[bool; 2]>[src]unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[bool; 4]>[src]
impl SimdValue for AutoSimd<[bool; 4]>[src]unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[bool; 8]>[src]
impl SimdValue for AutoSimd<[bool; 8]>[src]unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[bool; 16]>[src]
impl SimdValue for AutoSimd<[bool; 16]>[src]unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[bool; 32]>[src]
impl SimdValue for AutoSimd<[bool; 32]>[src]unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[f64; 8]>[src]
impl SimdValue for AutoSimd<[f64; 8]>[src]type SimdBool = AutoBoolx8
type SimdBool = AutoBoolx8Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i128; 1]>[src]
impl SimdValue for AutoSimd<[i128; 1]>[src]type SimdBool = AutoBoolx1
type SimdBool = AutoBoolx1Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i128; 2]>[src]
impl SimdValue for AutoSimd<[i128; 2]>[src]type SimdBool = AutoBoolx2
type SimdBool = AutoBoolx2Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SimdValue for AutoSimd<[i128; 4]>[src]
impl SimdValue for AutoSimd<[i128; 4]>[src]type SimdBool = AutoBoolx4
type SimdBool = AutoBoolx4Type of the result of comparing two SIMD values like self.
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]
unsafe fn extract_unchecked(&self, i: usize) -> Self::Element[src]Extracts the i-th lane of self without bound-checking.
fn replace(&mut self, i: usize, val: Self::Element)[src]
fn replace(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val. Read more
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]
unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)[src]Replaces the i-th lane of self by val without bound-checking.
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]
fn select(self, cond: Self::SimdBool, other: Self) -> Self[src]Merges self and other depending on the lanes of cond. Read more
impl SubAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]
impl SubAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]
impl SubAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]
impl SubAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]
impl SubAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]
impl SubAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]
impl SubAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]
impl SubAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]
impl SubAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]
impl SubAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]
impl SubAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]
impl SubAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]
impl SubAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]
impl SubAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]
impl SubAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]
impl SubAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]
impl SubAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]
impl SubAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]
impl SubAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]
impl SubAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]
impl SubAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]
impl SubAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]
impl SubAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]
impl SubAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]
impl SubAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]
impl SubAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]
impl SubAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]
impl SubAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]
impl SubAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]
impl SubAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]
impl SubAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]
impl SubAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]
impl SubAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]
impl SubAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]
impl SubAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]
impl SubAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]
impl SubAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]
impl SubAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]
impl SubAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]
impl SubAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]
impl SubAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]
impl SubAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]
impl SubAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]
impl SubAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]
impl SubAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]
impl SubAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]
impl SubAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]
impl SubAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]
impl SubAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]
impl SubAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]
impl SubAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]
impl SubAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]
impl SubAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]
impl SubAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]fn sub_assign(&mut self, rhs: Self)[src]
fn sub_assign(&mut self, rhs: Self)[src]Performs the -= operation. Read more
impl SubsetOf<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]
impl SubsetOf<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]
impl SubsetOf<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]
impl SubsetOf<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]
impl SubsetOf<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]
impl SubsetOf<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]
impl SubsetOf<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]
impl SubsetOf<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]
impl SubsetOf<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]
impl SubsetOf<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]
impl SubsetOf<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]
impl SubsetOf<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]
impl SubsetOf<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]
impl SubsetOf<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]
impl SubsetOf<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]
impl SubsetOf<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]
impl SubsetOf<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]
impl SubsetOf<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]
impl SubsetOf<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]
impl SubsetOf<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]
impl SubsetOf<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]
impl SubsetOf<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]
impl SubsetOf<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]
impl SubsetOf<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]
impl SubsetOf<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]
impl SubsetOf<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]
impl SubsetOf<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]
impl SubsetOf<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]
impl SubsetOf<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]
impl SubsetOf<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]
impl SubsetOf<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]
impl SubsetOf<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]
impl SubsetOf<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]
impl SubsetOf<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]
impl SubsetOf<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]
impl SubsetOf<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]
impl SubsetOf<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]
impl SubsetOf<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]
impl SubsetOf<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]
impl SubsetOf<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]
impl SubsetOf<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]
impl SubsetOf<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]
impl SubsetOf<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]
impl SubsetOf<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]
impl SubsetOf<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]
impl SubsetOf<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]
impl SubsetOf<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]
impl SubsetOf<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]
impl SubsetOf<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]
impl SubsetOf<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]
impl SubsetOf<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]
impl SubsetOf<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]
impl SubsetOf<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl SubsetOf<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]
impl SubsetOf<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]fn to_superset(&self) -> Self[src]
fn to_superset(&self) -> Self[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset(element: &Self) -> Option<Self>[src]
fn from_superset(element: &Self) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
fn from_superset_unchecked(element: &Self) -> Self[src]
fn from_superset_unchecked(element: &Self) -> Self[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(_: &Self) -> bool[src]
fn is_in_subset(_: &Self) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
impl<N2> SubsetOf<AutoSimd<N2>> for u8 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<u8> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for u8 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<u8> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u8[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u8[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for u16 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<u16> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for u16 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<u16> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u16[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u16[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for f32 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<f32> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for f32 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<f32> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> f32[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> f32[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for f64 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<f64> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for f64 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<f64> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> f64[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> f64[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for u32 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<u32> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for u32 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<u32> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u32[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u32[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for u64 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<u64> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for u64 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<u64> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u64[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u64[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for usize where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<usize> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for usize where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<usize> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> usize[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> usize[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for i8 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<i8> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for i8 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<i8> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i8[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i8[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for i16 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<i16> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for i16 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<i16> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i16[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i16[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for i32 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<i32> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for i32 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<i32> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i32[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i32[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for i64 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<i64> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for i64 where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<i64> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i64[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i64[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N2> SubsetOf<AutoSimd<N2>> for isize where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<isize> + PartialEq, [src]
impl<N2> SubsetOf<AutoSimd<N2>> for isize where
AutoSimd<N2>: SimdValue + Copy,
<AutoSimd<N2> as SimdValue>::Element: SupersetOf<isize> + PartialEq, [src]fn to_superset(&self) -> AutoSimd<N2>[src]
fn to_superset(&self) -> AutoSimd<N2>[src]The inclusion map: converts self to the equivalent element of its superset.
fn from_superset_unchecked(element: &AutoSimd<N2>) -> isize[src]
fn from_superset_unchecked(element: &AutoSimd<N2>) -> isize[src]Use with care! Same as self.to_superset but without any property checks. Always succeeds.
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]
fn is_in_subset(c: &AutoSimd<N2>) -> bool[src]Checks if element is actually part of the subset Self (and can be converted to it).
fn from_superset(element: &T) -> Option<Self>[src]
fn from_superset(element: &T) -> Option<Self>[src]The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
impl<N: Copy> Copy for AutoSimd<N>[src]
impl<N: Eq> Eq for AutoSimd<N>[src]
impl Field for AutoSimd<[f32; 2]>[src]
impl Field for AutoSimd<[f32; 4]>[src]
impl Field for AutoSimd<[f32; 8]>[src]
impl Field for AutoSimd<[f32; 16]>[src]
impl Field for AutoSimd<[f64; 2]>[src]
impl Field for AutoSimd<[f64; 4]>[src]
impl Field for AutoSimd<[f64; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[f32; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[f32; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[i16; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[i16; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[i16; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[i16; 16]>[src]
impl PrimitiveSimdValue for AutoSimd<[i16; 32]>[src]
impl PrimitiveSimdValue for AutoSimd<[i32; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[i32; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[i32; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[i32; 16]>[src]
impl PrimitiveSimdValue for AutoSimd<[i64; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[f32; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[i64; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[i64; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[i8; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[i8; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[i8; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[i8; 16]>[src]
impl PrimitiveSimdValue for AutoSimd<[i8; 32]>[src]
impl PrimitiveSimdValue for AutoSimd<[isize; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[isize; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[isize; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[f32; 16]>[src]
impl PrimitiveSimdValue for AutoSimd<[u128; 1]>[src]
impl PrimitiveSimdValue for AutoSimd<[u128; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[u128; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[u16; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[u16; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[u16; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[u16; 16]>[src]
impl PrimitiveSimdValue for AutoSimd<[u16; 32]>[src]
impl PrimitiveSimdValue for AutoSimd<[u32; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[u32; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[f64; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[u32; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[u32; 16]>[src]
impl PrimitiveSimdValue for AutoSimd<[u64; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[u64; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[u64; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[u8; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[u8; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[u8; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[u8; 16]>[src]
impl PrimitiveSimdValue for AutoSimd<[u8; 32]>[src]
impl PrimitiveSimdValue for AutoSimd<[f64; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[usize; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[usize; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[usize; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[bool; 1]>[src]
impl PrimitiveSimdValue for AutoSimd<[bool; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[bool; 4]>[src]
impl PrimitiveSimdValue for AutoSimd<[bool; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[bool; 16]>[src]
impl PrimitiveSimdValue for AutoSimd<[bool; 32]>[src]
impl PrimitiveSimdValue for AutoSimd<[f64; 8]>[src]
impl PrimitiveSimdValue for AutoSimd<[i128; 1]>[src]
impl PrimitiveSimdValue for AutoSimd<[i128; 2]>[src]
impl PrimitiveSimdValue for AutoSimd<[i128; 4]>[src]
impl<N> StructuralEq for AutoSimd<N>[src]
impl<N> StructuralPartialEq for AutoSimd<N>[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for AutoSimd<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for AutoSimd<N> where
N: Send,
N: Send,
impl<N> Sync for AutoSimd<N> where
N: Sync,
N: Sync,
impl<N> Unpin for AutoSimd<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for AutoSimd<N> where
N: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> NumAssign for T where
T: Num + NumAssignOps<T>, [src]
T: Num + NumAssignOps<T>,
impl<T, Rhs> NumAssignOps<Rhs> for T where
T: AddAssign<Rhs> + SubAssign<Rhs> + MulAssign<Rhs> + DivAssign<Rhs> + RemAssign<Rhs>, [src]
T: AddAssign<Rhs> + SubAssign<Rhs> + MulAssign<Rhs> + DivAssign<Rhs> + RemAssign<Rhs>,
impl<T, Rhs, Output> NumOps<Rhs, Output> for T where
T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>, [src]
T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>,